home *** CD-ROM | disk | FTP | other *** search
- Path: news.paonline.com!usenet
- From: markd@quantum.net (Mark)
- Newsgroups: comp.lang.c++
- Subject: MFC 3.0 LoadBitmap problem
- Date: Thu, 01 Feb 1996 03:36:10 GMT
- Organization: Pennsylvania Online [Usenet News Server for Hire]
- Message-ID: <4epbie$raq@news.paonline.com>
- Reply-To: markd@quantum.net
- NNTP-Posting-Host: sl37.quantum.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- I'm attempting to create an owner-drawn bitmap button in VC++ 2.0, but
- the call to LoadBitmaps results in "Failed to load bitmap for normal
- image" (the FindResource function in WINUTIL.CPP returns a null
- value).
-
- Being curious, I fiddled with the working CTRLTEST sample MFC app. I
- changed an ID property to a different name (to watch it fail) then
- back to it's original name, it now also cannot be found. (??).
-
- I suspect I'm missing something real fundamental here...
-
-
-
-
-
-
-
-